home *** CD-ROM | disk | FTP | other *** search
- /* SP file system entry
- *
- * Catweasel version, tweaked from the messydisk/mfm.device version by SNG.
- * This file enables reading and writing of Spectrum disks on the Catweasel
- * floppy drive normally referred to as TD0:. SP1 does the same for TD1. By
- * creating new versions of this file and changing the Unit line to use other
- * numbers, you can make the SPFileSystem available on other devices. For
- * example, changing the value of Unit to 1 would create a mount file that
- * would allow for Spectrum floppies on TD1. The FLAGS value of 4 was meant
- * for Atari 10 sector disks but works just as well on 800K SAM and Spectrum
- * disks, in conjunction with SPFileSystem. Alter Surfaces or HighCyl if you
- * wish to use Spectrum or SAM disks made on 40 track or single sided drives.
- */
-
- FileSystem = L:SPFileSystem
- Device = multidisk.device
- Unit = 0
- Flags = 4
- Surfaces = 2
- BlocksPerTrack = 10
- Reserved = 0
- Interleave = 0
- LowCyl = 0
- HighCyl = 79
- Buffers = 40
- BufMemType = 1
- StackSize = 8000
- Priority = 8
- GlobVec = -1
- DosType = 0x53504543
-